SourceTranslation entities
Name | Type | Is Mandatory |
---|---|---|
SourceTranslationId | String | |
SourceId | Int16 | |
LanguageId | String | |
Label | String | |
Source | Source | |
Language | Language |
Select all SourceTranslations
https://customerapi.fts-crm360.com/data/SourceTranslations()
HttpMethod : GET
Json Result :
[
{
"SourceTranslationId" : "koIFNwXYG3uhaY2r",
"SourceId" : "4",
"LanguageId" : "1yFocEp",
"Label" : "e0nyvoeL0oBTS RKwJ"
},
{
"SourceTranslationId" : "xc5MGTOKyo7LCa",
"SourceId" : "4",
"LanguageId" : "hwUHFCPh",
"Label" : "oD41f63T"
},
...
]
Select SourceTranslation by Id
https://customerapi.fts-crm360.com/data/SourceTranslations('string key')
HttpMethod : GET
Json Result :
{
"SourceTranslationId" : "2 kogegcri4",
"SourceId" : "5",
"LanguageId" : "37vv aAiuNY cOVURtD",
"Label" : "mi7r4O0mnWrnvpL8Fw"
}